Moved into docs/ subdir
authorOwen Taylor <otaylor@redhat.com>
Mon, 6 Mar 2000 18:47:32 +0000 (18:47 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 6 Mar 2000 18:47:32 +0000 (18:47 +0000)
Mon Mar  6 11:44:58 2000  Owen Taylor  <otaylor@redhat.com>

        * docs/gap-geometry.fig: Moved into docs/ subdir

        * Makefile.am configure.in autogen.sh src/Makefile.am:
automakify

* src/pixbuf.h src/pixbuf-render.c src/pixbuf-draw.c
src/pixbuf-main.c: Move sources into subdir and
rename.

modules/engines/pixbuf/.cvsignore [new file with mode: 0644]
modules/engines/pixbuf/ChangeLog
modules/engines/pixbuf/Makefile.am
modules/engines/pixbuf/pixbuf-draw.c
modules/engines/pixbuf/pixbuf-main.c
modules/engines/pixbuf/pixbuf-render.c

diff --git a/modules/engines/pixbuf/.cvsignore b/modules/engines/pixbuf/.cvsignore
new file mode 100644 (file)
index 0000000..020d528
--- /dev/null
@@ -0,0 +1,6 @@
+Makefile.in
+Makefile
+.deps
+.libs
+*.lo
+*.la
\ No newline at end of file
index 50f5db6f9586106099dbed3effdd217cfe22eda0..7ac15fc565acabf524c91aca793d749648944953 100644 (file)
@@ -1,3 +1,14 @@
+Mon Mar  6 11:44:58 2000  Owen Taylor  <otaylor@redhat.com>
+
+        * docs/gap-geometry.fig: Moved into docs/ subdir
+       
+        * Makefile.am configure.in autogen.sh src/Makefile.am: 
+       automakify
+        
+       * src/pixbuf.h src/pixbuf-render.c src/pixbuf-draw.c
+       src/pixbuf-main.c: Move sources into subdir and
+       rename.
+
 Mon Mar  6 11:02:07 2000  Owen Taylor  <otaylor@redhat.com>
 
        * pixmap_theme_pixbuf.c: Handle drawing transparency without a
index 9b4ad3a459cd15d7e747f53fd3a7a92b4fe8351a..379aaed3ea74b380165a0540472d19180cbf5ab4 100644 (file)
@@ -5,10 +5,10 @@ enginedir = $(libdir)/gtk/themes/engines
 engine_LTLIBRARIES = libpixmap.la
 
 libpixmap_la_SOURCES =                 \
-       pixmap_theme_draw.c     \
-       pixmap_theme_main.c     \
-       pixmap_theme_pixbuf.c   \
-       pixmap_theme.h
+       pixbuf-draw.c           \
+       pixbuf-main.c           \
+       pixbuf-render.c         \
+       pixbuf.h
 
 libpixmap_la_LDFLAGS = -module -avoid-version
 libpixmap_la_LIBADD =
index 9a569256ed8d52cb1983a658d7c6d60fb6600495..d2276ef8e5982df920b1fd6363eacef7c8a3ea3b 100644 (file)
@@ -20,7 +20,7 @@
  * Carsten Haitzler <raster@rasterman.com>
  */
 
-#include "pixmap_theme.h"
+#include "pixbuf.h"
 #include <math.h>
 
 static ThemeImage *
index 477f8b112c562b8990ef96107ee0e2b684171130..c0998d37e5bb1ee55ff433a0b472fcb49af845fb 100644 (file)
@@ -20,7 +20,7 @@
  * Carsten Haitzler <raster@rasterman.com>
  */
 
-#include "pixmap_theme.h"
+#include "pixbuf.h"
 #include <gmodule.h>
 
 /* Theme functions to export */
index fe80a3250e74d9ce2a7a8cded168fadee3738bed..d3550456e07cd70e6709732c4debea02382158a4 100644 (file)
@@ -20,7 +20,7 @@
  * Carsten Haitzler <raster@rasterman.com>
  */
 
-#include "pixmap_theme.h"
+#include "pixbuf.h"
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
 GCache *pixbuf_cache = NULL;